Skip to content

[bot] Update Learning Hub for /plugins removal, MCP 2026-07-28, hook trace context, and copilot app command - #2851

Merged
aaronpowell merged 2 commits into
mainfrom
learning-hub-update-2026-08-28-76db3e8d87385dd9
Aug 31, 2026
Merged

[bot] Update Learning Hub for /plugins removal, MCP 2026-07-28, hook trace context, and copilot app command#2851
aaronpowell merged 2 commits into
mainfrom
learning-hub-update-2026-08-28-76db3e8d87385dd9

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What changed

Based on the GitHub Copilot CLI changelog (v1.0.81, 2026-08-27) and recent releases, this PR updates the Learning Hub to reflect several breaking/notable changes:

  1. /plugins command removedinstalling-and-using-plugins.md now documents that /plugins was removed in v1.0.81 in favor of /plugin, /mcp, /skills, /subagents, and /instructions. Notes the plugins dashboard is now on by default (PLUGINS_DASHBOARD=false to opt out), the new /plugin update-available indicator, and that hook/LSP enable-disable toggles are temporarily unavailable after the dashboard consolidation.
  2. MCP 2026-07-28 spec supportunderstanding-mcp-servers.md notes that CLI, SDK, IDE, and in-memory clients now support the newer MCP protocol revision.
  3. Hook OpenTelemetry trace contextautomating-with-hooks.md documents the new traceparent/tracestate fields available to hook inputs (and as env vars for command hooks) for correlating hook telemetry with session traces.
  4. copilot app CLI commandgithub-copilot-app.md documents the new copilot app command to open the GitHub Copilot desktop app in the current directory.

All four pages had their lastUpdated frontmatter bumped to 2026-08-28.

Sources

Note: github.blog, code.visualstudio.com, and the community copilot-guide site were not reachable from this sandbox environment (network policy blocked them), so this update is based on the copilot-cli changelog and release data only. The cli-for-beginners section was intentionally left untouched per instructions.

Warning

Firewall blocked 3 domains

The following domains were blocked by the firewall during workflow execution:

  • code.visualstudio.com
  • github.blog
  • nishanil.github.io

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "code.visualstudio.com"
    - "github.blog"
    - "nishanil.github.io"

See Network Configuration for more information.

Generated by Learning Hub Updater · auto · 81.3 AIC · ⌖ 12.7 AIC · ⊞ 8.7K ·

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aaronpowell
aaronpowell marked this pull request as ready for review August 31, 2026 00:53
@aaronpowell
aaronpowell self-requested a review as a code owner August 31, 2026 00:53
Copilot AI balanced review requested due to automatic review settings August 31, 2026 00:53
@github-actions github-actions Bot added the website-update PR touches website content or code label Aug 31, 2026
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Aug 31, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The plugin page documents a removed opt-out and unavailable component toggles.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates Learning Hub documentation for Copilot CLI v1.0.81 features and breaking changes.

Changes:

  • Documents new MCP, hook tracing, and desktop app capabilities.
  • Updates plugin-management guidance.
  • Refreshes page update dates.
File summaries
File Description
understanding-mcp-servers.md Documents MCP 2026-07-28 support.
installing-and-using-plugins.md Updates plugin dashboard guidance.
github-copilot-app.md Documents copilot app.
automating-with-hooks.md Documents OpenTelemetry context propagation.
Review details

Suppressed comments (2)

website/src/content/docs/learning-hub/installing-and-using-plugins.md:250

  • This paragraph again tells readers that /plugin can toggle every component and even uses disabling a hook as its example, although v1.0.81 removed the only dashboard that supported hook and LSP toggles. Replace this with the supported installed-plugin/update behavior so it agrees with the note below.
This opens an interactive list where each installed plugin and its components are shown with a toggle. Disabling a component hides it from Copilot without removing it from disk — useful for temporarily deactivating a hook that is too noisy, or turning off a plugin's instructions when working on a different type of project. Re-enable the component at any time from the same `/plugin` menu.

website/src/content/docs/learning-hub/installing-and-using-plugins.md:244

  • The new /plugin dashboard does not retain all of the retired /plugins component toggles; the release notes explicitly say hook and LSP toggles are unavailable. Introduce this as plugin management rather than promising the unsupported controls.
Run `/plugin` (or `copilot plugin list` in non-interactive mode) to see **enable/disable toggles** for individual plugin components. You can turn off specific agents, instructions, hooks, LSP servers, or entire plugins without uninstalling them:
  • Files reviewed: 4/4 changed files
  • Comments generated: 1
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread website/src/content/docs/learning-hub/installing-and-using-plugins.md Outdated
aaronpowell
aaronpowell previously approved these changes Aug 31, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@aaronpowell
aaronpowell merged commit 73d087a into main Aug 31, 2026
13 of 20 checks passed
@aaronpowell
aaronpowell deleted the learning-hub-update-2026-08-28-76db3e8d87385dd9 branch August 31, 2026 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update copilot-updates needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants